home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 3.iso / screensavers / saver25.zip / SOURCE.ZIP / Saver.dsp < prev    next >
Text File  |  1997-07-18  |  5KB  |  184 lines

  1. # Microsoft Developer Studio Project File - Name="Saver" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Application" 0x0101
  6.  
  7. CFG=Saver - Win32 Release
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "Saver.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "Saver.mak" CFG="Saver - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Saver - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "Saver - Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=cl.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30.  
  31. !IF  "$(CFG)" == "Saver - Win32 Release"
  32.  
  33. # PROP BASE Use_MFC 0
  34. # PROP BASE Use_Debug_Libraries 0
  35. # PROP BASE Output_Dir ".\Release"
  36. # PROP BASE Intermediate_Dir ".\Release"
  37. # PROP BASE Target_Dir ""
  38. # PROP Use_MFC 2
  39. # PROP Use_Debug_Libraries 0
  40. # PROP Output_Dir ".\Release"
  41. # PROP Intermediate_Dir ".\Release"
  42. # PROP Ignore_Export_Lib 0
  43. # PROP Target_Dir ""
  44. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  45. # ADD CPP /nologo /Gz /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "__MSC__" /D "_AFXDLL" /YX /FD /c
  46. # SUBTRACT CPP /Fr
  47. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  48. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  49. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  50. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  51. BSC32=bscmake.exe
  52. # ADD BASE BSC32 /nologo
  53. # SUBTRACT BSC32 /nologo
  54. LINK32=link.exe
  55. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
  56. # ADD LINK32 winmm.lib glide2x.lib midas06_visualc.lib /nologo /subsystem:windows /machine:I386 /out:"e:\winnt\Saver25.scr"
  57. # SUBTRACT LINK32 /profile /map
  58.  
  59. !ELSEIF  "$(CFG)" == "Saver - Win32 Debug"
  60.  
  61. # PROP BASE Use_MFC 0
  62. # PROP BASE Use_Debug_Libraries 1
  63. # PROP BASE Output_Dir ".\Debug"
  64. # PROP BASE Intermediate_Dir ".\Debug"
  65. # PROP BASE Target_Dir ""
  66. # PROP Use_MFC 1
  67. # PROP Use_Debug_Libraries 1
  68. # PROP Output_Dir ".\Debug"
  69. # PROP Intermediate_Dir ".\Debug"
  70. # PROP Target_Dir ""
  71. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  72. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"Stdafx.h" /FD /c
  73. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  74. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  75. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  76. # ADD RSC /l 0x409 /d "_DEBUG"
  77. BSC32=bscmake.exe
  78. # ADD BASE BSC32 /nologo
  79. # ADD BSC32 /nologo
  80. LINK32=link.exe
  81. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386
  82. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:".\Debug\Saver.scr"
  83.  
  84. !ENDIF 
  85.  
  86. # Begin Target
  87.  
  88. # Name "Saver - Win32 Release"
  89. # Name "Saver - Win32 Debug"
  90. # Begin Group "Source Files"
  91.  
  92. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  93. # Begin Source File
  94.  
  95. SOURCE=.\Drawwnd.cpp
  96. # End Source File
  97. # Begin Source File
  98.  
  99. SOURCE=.\Saver.cpp
  100. # End Source File
  101. # Begin Source File
  102.  
  103. SOURCE=.\Saver.rc
  104.  
  105. !IF  "$(CFG)" == "Saver - Win32 Release"
  106.  
  107. !ELSEIF  "$(CFG)" == "Saver - Win32 Debug"
  108.  
  109. !ENDIF 
  110.  
  111. # End Source File
  112. # Begin Source File
  113.  
  114. SOURCE=.\Saverdlg.cpp
  115. # End Source File
  116. # Begin Source File
  117.  
  118. SOURCE=.\Saverwnd.cpp
  119. # End Source File
  120. # Begin Source File
  121.  
  122. SOURCE=.\Stdafx.cpp
  123. # ADD CPP /Yc"Stdafx.h"
  124. # End Source File
  125. # Begin Source File
  126.  
  127. SOURCE=.\test.cpp
  128. # End Source File
  129. # Begin Source File
  130.  
  131. SOURCE=.\Vector3.cpp
  132. # End Source File
  133. # End Group
  134. # Begin Group "Header Files"
  135.  
  136. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  137. # Begin Source File
  138.  
  139. SOURCE=.\drawwnd.h
  140. # End Source File
  141. # Begin Source File
  142.  
  143. SOURCE=.\resource.hm
  144. # End Source File
  145. # Begin Source File
  146.  
  147. SOURCE=.\Saver.h
  148. # End Source File
  149. # Begin Source File
  150.  
  151. SOURCE=.\Saverdlg.h
  152. # End Source File
  153. # Begin Source File
  154.  
  155. SOURCE=.\saverwnd.h
  156. # End Source File
  157. # Begin Source File
  158.  
  159. SOURCE=.\stdafx.h
  160. # End Source File
  161. # Begin Source File
  162.  
  163. SOURCE=.\test.h
  164. # End Source File
  165. # Begin Source File
  166.  
  167. SOURCE=.\Vector3.h
  168. # End Source File
  169. # End Group
  170. # Begin Group "Resource Files"
  171.  
  172. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  173. # Begin Source File
  174.  
  175. SOURCE=.\res\Saver.rc2
  176. # End Source File
  177. # End Group
  178. # Begin Source File
  179.  
  180. SOURCE=.\res\textures.dat
  181. # End Source File
  182. # End Target
  183. # End Project
  184.